This website works better with JavaScript.
Home
Explore
Help
Sign In
grissess
/
sol
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
The Sol Programming Language!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24
Commits
1
Branch
0
Tags
828 KiB
Tree:
f13d22e4e2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f13d22e4e2'
${ noResults }
sol
/
dummypow.c
1 line
47 B
Raw
Normal View
History
Sol Part 4: This Time with Passion!
8 years ago
double
pow
(
double
a
,
double
b
)
{
return
0.0
;
}