This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
1d0ebfb691
v
/
vlib
/
v
/
tests
/
print_test.v
4 lines
34 B
V
Raw
Normal View
History
Unescape
Escape
generic functions
2019-10-20 09:19:37 +02:00
fn
test_print
(
)
{
tests: run vfmt
2020-04-12 01:41:26 +02:00
println
(
2.0
)
generic functions
2019-10-20 09:19:37 +02:00
}