Studio Styles
Log in
|
Sign up
|
FAQ
|
About
|
Blog
Home
Create a scheme
Schemes
user9513 | Studio Styles
Joined 7 months ago
This user’s schemes
rated
0
15
dls
269
views
public
class
Snippet
:
IThemeable
{
static
void
Main
() {
if
(
“hello”
.
Length
< (
43
^
2
))
new
Uri
(
“http://there.com”
);
}
}
// “test”
test
Submitted 7 months ago
rated
0
111
dls
577
views
public
class
Snippet
:
IThemeable
{
static
void
Main
() {
if
(
“hello”
.
Length
< (
43
^
2
))
new
Uri
(
“http://there.com”
);
}
}
// “C++ codeblocks”
C++ codeblocks
c++
Submitted 7 months ago