An 11 y/o Coder still learning practicing and exploring
-
print("Python")
-
console.log("JavaScript")
-
print("Lua")
-
echo "bash/zsh"
-
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="main.css"> <title>HTML</title> </head> <body> <h1 id="css">Html5</h1> </body> </html>
-
#css{ font-family: Arial,Sans-Serif; font-size: 70px; }
-
fn main() { println!("Rust"); }
-
// Learning package main import "fmt" func main() { fmt.Println("GoLang") }
-
// Medium Level #include <stdio.h> int main() { printf("C\n"); return 0; }
-
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract HelloWorld { string public greet = "Solidity"; function getGreeting() public view returns (string memory) { return greet; } }
- React.js
- Next.js (rarely)
- Tensorflow/PyTorch/AI , ML modules in Python
- Node.js
- Web3.js
- Web3.py
fn main() {
println("I'm seeking for work");
}