Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 316 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 316 Bytes

Learning

Code learning

Notes

Assembly

  • RISC-V
  • MASM

C

gcc hello.c -o hello.exe

C++

g++ hello.cpp -o hello.exe

C#

Go

go run main.go
go mod init myproject
go run .

Java

Perl

perl run.pl
chmod +x run.pl
./run.pl

Python

PowerShell

Shell Script