uwu/uwu.odin

8 lines
73 B
Odin
Raw Normal View History

package uwu
import "core:fmt"
main :: proc() {
fmt.println("uwu");
}