FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Pairwise-Sequence-Alignment-Algorithm/src/main.cpp at main · SamStan4/Pairwise-Sequence-Alignment-Algorithm · GitHub
SamStan4
/
Pairwise-Sequence-Alignment-Algorithm
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Pairwise-Sequence-Alignment-Algorithm
/
src
/
main.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (5 loc) · 171 Bytes
Breadcrumbs
Pairwise-Sequence-Alignment-Algorithm
/
src
/
main.cpp
Copy path
File metadata and controls
6 lines (5 loc) · 171 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
#
include
"
./wrapper/program_wrapper.hpp
"
int
main
(
int
argc,
char
** argv) {
program_wrapper& app =
program_wrapper::get_instance
();
app.
run_program
(argc, argv);
}
Back
|
FazBrowse Home
|
New Git URL