Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Neogrconpet
/
Random
like
0
Follow
Neo' setup
1
License:
mit
Model card
Files
Files and versions
Community
main
Random
/
random.cs
NeoPy
Create random.cs
5755a22
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
using
System;
class
HelloWorld
{
static
void
Main
(
string
[] args
)
{
Console.WriteLine(
"Hello, World!"
);
}
}