mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
docs: Imporoved Documentation in neural_network.cpp (#1331)
This commit is contained in:
@@ -826,7 +826,10 @@ static void test() {
|
||||
return;
|
||||
}
|
||||
|
||||
/** Driver Code */
|
||||
/**
|
||||
* @brief Main function
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main() {
|
||||
// Testing
|
||||
test();
|
||||
|
||||
Reference in New Issue
Block a user