V (programming language): Difference between revisions

Content deleted Content added
Removed for: (1) WP:OR (original research) (2) WP:LIBEL (" Wikipedia policy to immediately delete libelous material") (3) WP:RS (use of anonymous and unknown bloggers) (4) WP:Sneaky (vandalism and misinformation) (5) WP:NOTSCANDAL (Scandalmongering)
Jan200101 (talk | contribs)
m Adjust License link to point at the actual file instead of tab on main repo view
Line 56:
== Syntax ==
=== Hello world ===
The [["Hello, World!" program]] in V:<ref name="MUO"/><ref name=":0">{{Cite web |title=V Documentation |url=https://docs.vlang.io/ |access-date=2025-08-25 |website=docs.vlang.io}} {{Free-content attribution|title = V Documentation| license statement URL =https://github.com/vlang/v?tab=MIT-1-ov-file/blob/master/LICENSE| license=The MIT License|this = yes}}</ref>
<syntaxhighlight lang="v">
fn main() {