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
C
89.7%
Yacc
4.7%
Python
3.3%
Lex
1.4%
Makefile
0.7%
Other
0.2%
Tree:
f13d22e4e2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f13d22e4e2'
${ noResults }
sol
/
dummypow.c
1 lines
47 B
Raw
Blame
History
double
pow
(
double
a
,
double
b
)
{
return
0.0
;
}
Reference in new issue