Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace yournamespace
- {
- class yourclass
- {
- static void main(string[] args)
- {
- //enter your scripts in here
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement