Hello, World!
import "std/io";
fun main() {
println("Hello, Atlas77!");
}
Build with TinyCC for quick iteration:
atlas77 build src/main.atlas -c tinycc -o ./build
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
import "std/io";
fun main() {
println("Hello, Atlas77!");
}
Build with TinyCC for quick iteration:
atlas77 build src/main.atlas -c tinycc -o ./build