mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 09:25:02 +01:00
10 lines
72 B
Text
10 lines
72 B
Text
fn test() {
|
|
print "yo wtf";
|
|
}
|
|
|
|
test();
|
|
test();
|
|
|
|
fn uwu() {}
|
|
|
|
uwu();
|