1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gen1m.v: update generated code (#8888)

This commit is contained in:
Rémi Garde 2021-02-22 13:51:00 +01:00 committed by GitHub
parent 59446d7051
commit 41a3b115a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,4 @@
fn main() {
println('fn print(a int) {}')
// println('fn println(a string) {}')
for i in 0 .. 100000 {
println('
fn foo${i}() {